home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Select / ComposeInColor.app / English.lproj / Mandelbrot.nib / data.classes next >
Encoding:
Text File  |  1994-12-14  |  450 bĀ   |  35 lines

  1. Mandelbrot = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     stringTable;
  6.     WidthFormCell;
  7.     actionView;
  8.     HeightFormCell;
  9.     YFormCell;
  10.     XFormCell;
  11.     channelMatrix;
  12.     MouseViewI;
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. MouseView = {
  22.     ACTIONS = {
  23.     showImage:;
  24.     };
  25.     OUTLETS = {
  26.     image;
  27.     WidthFormCell;
  28.     HeightFormCell;
  29.     XFormCell;
  30.     MandelbrotI;
  31.     YFormCell;
  32.     };
  33.     SUPERCLASS = View;
  34. };
  35.